[HVM] Sync per vcpu LAPIC timer with its TSC:
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>
Wed, 20 Dec 2006 10:41:33 +0000 (10:41 +0000)
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>
Wed, 20 Dec 2006 10:41:33 +0000 (10:41 +0000)
commitf4944d7a6679cf7a50c4794f783f0e8749491048
tree90786132b65601a7f09f7df55b46e5e1dd575157
parentddc35d1cc994bde1c3560c5dc30a4adc944ef4ac
[HVM] Sync per vcpu LAPIC timer with its TSC:
 - benefits LAPIC calibration
 - makes scheduling policy based on LAPIC more precise
 - makes LAPIC timer code becomes simpler and cleaner after using
   periodic time layer

Signed-off-by: Xiaowei Yang <xiaowei.yang@intel.com>
xen/arch/x86/hvm/hvm.c
xen/arch/x86/hvm/io.c
xen/arch/x86/hvm/irq.c
xen/arch/x86/hvm/svm/intr.c
xen/arch/x86/hvm/vlapic.c
xen/arch/x86/hvm/vmx/intr.c
xen/arch/x86/hvm/vpt.c [new file with mode: 0644]
xen/include/asm-x86/hvm/vlapic.h
xen/include/asm-x86/hvm/vpt.h